'Declaration Public Overloads Sub Export( _ ByVal path As System.String, _ ByVal appointments As System.Collections.Generic.IList(Of Event) _ )
public void Export( System.string path, System.Collections.Generic.IList<Event> appointments )
Parameters
- path
- A System.String containing the full path (including the file name and extension) to export.
- appointments
- A System.Collections.Generic.IList`1 object.